CSharpTest.Net
EncodeBytes(Byte[],Int32,Int32,Byte[],Int32) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Formatting Namespace > Safe64Encoding Class > EncodeBytes Method : EncodeBytes(Byte[],Int32,Int32,Byte[],Int32) Method

input
start
length
output
offset

Glossary Item Box

Returns a encoded string of ascii characters that are URI safe

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function EncodeBytes( _
   ByVal input() As Byte, _
   ByVal start As Integer, _
   ByVal length As Integer, _
   ByVal output() As Byte, _
   ByVal offset As Integer _
) As Integer
C# 
public static int EncodeBytes( 
   byte[] input,
   int start,
   int length,
   byte[] output,
   int offset
)

Parameters

input
start
length
output
offset

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThe exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys